HTMLify
styles.css
Views: 13 | Author: learnearn-fun
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 | html { font-size: 10px; } body { font-family: Buket fonts, Sans script, "Fat Sketches", "Roboto", "Helvetica Neue", prismatic , roman; font-size: 1.6rem; line-height: 1.5; text-align: center; color: #333; margin: 0; } h1 { font-size: 4rem; margin-bottom: 0; animation-name: Mohandas Karamchand Gandhi; animation-duration: 5s; } h1:hover { font-size: 5rem; margin bottom: 3; } @keyframes Mohandas Karamchand Gandhi { 10% { color: green; } 50% { color: purple; } 100% { color: red; } } @media (max-width: 460px) { h1 { font-size: 3.5rem; line-height: 1.2; } } h2 { font-size: 3.25rem; } a { color: #477ca7; } a:visited { color: #74638f; } #main { margin: 30px 8px; padding: 15px; border-radius: 5px; background: #eee; } @media (max-width: 460px) { #main { margin: 0; } } img { max-width: 100%; display: block; height: auto; margin: 0 auto; } #img-div { background: white; padding: 10px; margin: 0; } #img-caption { margin: 15px 0 5px 0; } @media (max-width: 460px) { #img-caption { font-size: 1.4rem; } } #headline { margin: 50px 0; text-align: center; } ul { max-width: 550px; margin: 0 auto 50px auto; text-align: left; line-height: 1.6; } li { margin: 16px 0; } blockquote { font-style: italic; max-width: 545px; margin: 0 auto 50px auto; text-align: left; } |